CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 内存

搜索资源列表

  1. messgagegongxiang

    0下载:
  2. 多个窗口消息共享同一个消息处理函数。由第一个消息参数指定发送窗口的句柄,第二个消息视图却能够为多个其他进程所映射,这些进程共享的是物理存储器的同一个页面。在响应函数中将数据从共享内存复制到本地缓存中,再进行后续的处理。-More than one message share the same window message handler function. A message from the first parameter specifies the window handle to send
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:98774
    • 提供者:xianghengfu
  1. message

    0下载:
  2. 进程间通信,使用共享内存,linux操作系统下运行-process communication using shared memory, compiled under operation system of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:746
    • 提供者:wwwmao
  1. ship_patcher

    0下载:
  2. 又一内存修改利器,主要用于搜索修改目标进程内存数据-Another memory, modify the weapon, the main goal of the process used to search for modified memory data
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:144409
    • 提供者:xfly
  1. Windows_xiaomi

    0下载:
  2. 利用C#中的Process类来实现的获取系统当前正在运行的进程名称、PID以及内存使用数。程序实现了结束正在运行的进程、新建任务、系统托盘等。。还有部分功能尚未完善,还请谅解-Use. NET Framework in the Process class to implement the acquisition system is currently running process name, PID, as well as the number of memory usage. Program
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:331036
    • 提供者:xiaod
  1. clsProcess

    0下载:
  2. 进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)-Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:10069
    • 提供者:林勇辉
  1. ProcessManagementSimulator

    0下载:
  2. Windows系统进程查看、结束,内存查看等-View, the end of the system is running processes, view the system memory usage
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:2016
    • 提供者:litingjun
  1. threecodes

    5下载:
  2. 1、 用C语言写一个程序名字为procs4,该程序运行过程中共有4个进程,procs4程序(父进程)创建2个子进程p1和p2,p1子进程再创建一个子进程p3。4个进程完成如下工作: 父进程并打印字符串“I am main process”;p1子进程打印“I am child process p1”字符串;p2子进程打印“I am child process p2”;子进程p3打印字符串“I am child process p3”,然后使用exec(族)系统调用打印当前目录下文件和子目录下
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1702
    • 提供者:杨子坤
  1. Search

    0下载:
  2. 系统内存搜索、修改、开启特权、进程查找等操作。-System memory search, modify, open the privileges, the process to find such an operation.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:35365
    • 提供者:kmgog
  1. PID

    0下载:
  2. 可以根据进程名获取进程内存或者杀掉该进程-According to the process name for the process of memory, or kill the process
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:4458
    • 提供者:zk
  1. linux-2.6.24.7-frandom-1

    0下载:
  2. 基于linux-2.6.24.7内核的进程随机分配内存补丁源代码,可根据HLFS说明完成进程内存的随机分配,从而预防溢出漏洞-the optional Frandom/Erandom patch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:5150
    • 提供者:yarx
  1. getmemery

    0下载:
  2. 获取进程信息,获取对应内存信息,等进程对应信息-Access to process information, access the corresponding memory, information, and so the process corresponds to information
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1823845
    • 提供者:aaa
  1. freecellreader_demo

    0下载:
  2. 通过C#语言调用API访问另一个进程的内存。-API functions with C# (using P/Invoke) to read another process memory.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:31254
    • 提供者:oervfjgf
  1. Linux_kernel_design

    0下载:
  2. Linux 内核学习和开发的一本重要资料,比较详细,与大家分享。里面包含 进程、内存管理、模块等部分-Linux kernel learning and the development of an important information in more detail to share with you. Which contains processes, memory management, modules and some other
  3. 所属分类:OS Develop

    • 发布日期:2017-06-03
    • 文件大小:15007775
    • 提供者:Chensiming
  1. communication

    0下载:
  2. 进程间通信,通过共享内存的方式实现进程间通信,即在内存中开辟一个共享内存区域,创建两个控制台应用程序,来检测进程间的通信-Inter-process communication, through the shared memory means to achieve inter-process communication, that is in memory to open a shared memory region, to create two console applications, to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1144
    • 提供者:pipicheng
  1. monitor

    0下载:
  2. 前面发错了!!!win api 扫描内存和进程并进行控制-win api scan memory and process and control
  3. 所属分类:Scanner

    • 发布日期:2017-03-30
    • 文件大小:16240
    • 提供者:serite
  1. ILoveClose

    0下载:
  2. 关你没商量 版本:1.0 ============================================= 工具简介: -------------- 当今网络发达的时代,各种软件纷繁复杂。其中不乏有一些令人生厌的软件,他们在你启动一些正常软件的同时,偷偷挂接运行。每次关闭它们都是一个烦人的过程。于是我编写了这个小工具,她小巧玲珑,绿色运行,而且可以最小化到任务栏通知区,对正常系统操作没有任何影响。她可以监视内存或硬盘中指定程序的运行,及时在其运行时将其
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:323036
    • 提供者:ccgy
  1. memoryshare

    0下载:
  2. 多进程内存共享。包括内存的读写。 多进程内存共享。包括内存的读写。-Multi-process memory sharing. Including memory read and write.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:183525
    • 提供者:
  1. linux

    0下载:
  2. Linux下的编程 本人课程设计 全部能运行 包括:合并排序.cpp 进程管理.cpp 进程控制实验.c 内存管理.cpp 生产者和消费者.c 死锁实验.c 线程实验.c-Programming under Linux I can run all the curriculum include: Merge sort. Cpp process management. Cpp process control experiment. C memory management. Cpp producers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:10453
    • 提供者:楚碧痕
  1. cpu_schedule

    1下载:
  2. cpu调度:1、采用图形界面; 2、可随时增加进程; 3、规定道数,设置后备队列和挂起状态。若内存中进程少于规定道数,可自动从后备队列调度一作业进入。被挂起进程入挂起队列,设置解挂功能用于将指定挂起进程解挂入就绪队列。 4、每次调度后,显示各进程状态。-cpu scheduling: 1, using a graphical interface 2, which can increase the process 3, in the respect that few, set ba
  3. 所属分类:Dialog_Window

    • 发布日期:2016-10-24
    • 文件大小:9201190
    • 提供者:weihongcsu
  1. FileMap

    0下载:
  2. 进程间通讯,内存间共享,可以多进程间通讯,实现内建共享-Inter-process communication, memory, shared between
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:2856
    • 提供者:lihaopeng
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com